.search_input {
    max-width: 1366px;
    margin: 0 auto;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_DropDownList > span select
{
	width: 160%;
	text-transform: uppercase;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch {
    background-color: #F6F6F6;
    border-bottom: 1px solid #CDCDCD;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    margin: 0px;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
    padding: 5px 10px;
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

.eds_news_OU.eds_subCollection_search .search_input.button_outside > .input input[type="text"] {
  float: left;
    width: 92%;
    margin: 0 auto;
}

.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label > span {
	color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
	background: none transparent;
    background-color: rgba(255, 255, 255, 0);
    /* font-family: "Open Sans", sans-serif; */
    font-size: 14px;
    /* line-height: 1; */
    color: #404040;
    border: none;
    border-radius: 0;
    outline: none;
    height: 35px;
    width: 100%;
    margin: 0;
    box-shadow: none;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList option:hover {
    box-shadow: inset 0px 0px 0px rgb(255 255 255 / 0%), 0 1px 0px rgb(0 0 0 / 0%), 0 0 0px 2px #ffdec4;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
    display: block;
    border: solid 1px #BDBDBD;
    /*background-image:none;*/
	background-color:#ffffff;
    overflow: hidden;
    position: relative;
	padding:0px 0px;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch.edncf_horizontalOrientation .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice {
    min-width: 145px;
    height: 36px;
    background-color: #ffffff;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > span {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 28px;
    color: #323232;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	position: relative;
    padding: 0px 10px;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .ms-choice > div {
    /*border-left: 1px solid #bdbdbd;*/
    bottom: 0;
    content: "";
    display: block;
    height: 36px;
    position: absolute;
    right: 34px;
    top: 0;
    width: 0;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Multiselect .edncf_MultiselectGroup .placeholder {
    display: inline-block;
    /* min-height: 1em; */
    /* vertical-align: middle; */
    cursor:pointer;
    background-color: currentcolor;
    opacity: unset;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container > span {
    display: block;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label > span {
	font-weight:normal;
}

.eds_news_OU.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_CheckBox {
    padding: 1px 10px 1px 0;
    display: block;
}